翻訳と辞書
Words near each other
・ Characters of Smash
・ Characters of StarCraft
・ Characters of Supernatural
・ Characters of Taiko no Tatsujin
・ Characters of the Cthulhu Mythos
・ Character evidence
・ Character evolution
・ Character flaw
・ Character generation
・ Character generator
・ Character Generator Protocol
・ Character group
・ Character interval
・ Character Is Destiny
・ Character large object
Character literal
・ Character Map
・ Character map
・ Character mask
・ Character Of Generation
・ Character of Robert E. Howard
・ Character of the Happy Warrior
・ Character orientation
・ Character piece
・ Character race
・ Character sheet
・ Character sketch
・ Character Strengths and Virtues
・ Character structure
・ Character Studio


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Character literal : ウィキペディア英語版
Character literal
A character literal is the representation of a character value within the source code of a computer program. Languages that have a character data type generally have character literals; these include C, C++, Java, and Visual Basic, but not Python. A common convention is to use a single quote (') for character literals and a double quote (") for string literals. For example, 'a' indicates the single character a while "a" indicates the string a of length 1.
Alternative ways to encode literal character values include specifying an integer value for a code point. This may be done directly via converting an integer literal to a character, or via an escape sequence. Character literals are generally syntactically similar to single-character string literals.
==See also==

* String literal


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Character literal」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.